'Declaration
Public Function AddLinkAnnotation_2( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal Borders As Boolean, _ ByVal Cyan As Byte, _ ByVal Magenta As Byte, _ ByVal Yellow As Byte, _ ByVal Black As Byte _ ) As Integer
public int AddLinkAnnotation_2( float Left, float Top, float Width, float Height, bool Borders, byte Cyan, byte Magenta, byte Yellow, byte Black )
public function AddLinkAnnotation_2( Left: Single; Top: Single; Width: Single; Height: Single; Borders: Boolean; Cyan: Byte; Magenta: Byte; Yellow: Byte; Black: Byte ): Integer;
public function AddLinkAnnotation_2( Left : float, Top : float, Width : float, Height : float, Borders : boolean, Cyan : byte, Magenta : byte, Yellow : byte, Black : byte ) : int;
Parameters
- Left
- Top
- Width
- Height
- Borders
- Cyan
- Magenta
- Yellow
- Black